ESRI.ArcGIS.Mobile.Client
Generic Group Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic Group Class


The following tables list the members exposed by Generic Group.

Public Constructors

 NameDescription
Public ConstructorGroup Constructor Constructs a Group object.  
Top

Public Properties

 NameDescription
Public PropertyGroupView Gets the parent control. (Inherited from Group)
Public PropertyItems Gets the collection of Items in the Group. (Inherited from Group)
Public PropertyTag Gets or sets an associated object with the item.  
Top

Protected Methods

 NameDescription
Protected MethodOnClicked Occurs when the area the group covers is clicked. (Inherited from Group)
Protected MethodOnGroupChanged Occurs when the list of items in the Group changes. (Inherited from Group)
Top

Public Events

 NameDescription
Public EventClicked Occurs when the area the group covers is clicked. (Inherited from Group)
Top

See Also